home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / samba.idb / usr / share / catman / u_man / cat1 / smbclient.1.Z / smbclient.1
Encoding:
Text File  |  1998-10-28  |  49.6 KB  |  1,057 lines

  1.  
  2.  
  3.  
  4.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           smbclient - ftp-like Lan Manager client program
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           ssssmmmmbbbbcccclllliiiieeeennnntttt sssseeeerrrrvvvviiiicccceeeennnnaaaammmmeeee [ ppppaaaasssssssswwwwoooorrrrdddd ] [ ----EEEE ] [ ----LLLL _h_o_s_t ] [ ----MMMM
  13.           _h_o_s_t ] [ ----IIII _I_P _n_u_m_b_e_r ] [ ----RRRR _n_a_m_e _r_e_s_o_l_v_e _o_r_d_e_r ] [ ----NNNN ] [
  14.           ----PPPP ] [ ----UUUU _u_s_e_r_n_a_m_e ] [ ----dddd _d_e_b_u_g_l_e_v_e_l ] [ ----llll _l_o_g _b_a_s_e_n_a_m_e ] [
  15.           ----nnnn _n_e_t_b_i_o_s _n_a_m_e ] [ ----WWWW _w_o_r_k_g_r_o_u_p ] [ ----OOOO _s_o_c_k_e_t _o_p_t_i_o_n_s ] [
  16.           ----pppp _p_o_r_t _n_u_m_b_e_r ] [ ----cccc _c_o_m_m_a_n_d _s_t_r_i_n_g ] [ ----TTTT _t_a_r _o_p_t_i_o_n_s ] [
  17.           ----DDDD _i_n_i_t_i_a_l _d_i_r_e_c_t_o_r_y ]
  18.  
  19.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  20.           This program is part of the Samba suite.
  21.  
  22.           ssssmmmmbbbbcccclllliiiieeeennnntttt is a client that can 'talk' to a Lan Manager
  23.           server. It offers an interface similar to that of the ffffttttpppp
  24.           program (see ffffttttpppp(1)).  Operations include things like
  25.           getting files from the server to the local machine, putting
  26.           files from the local machine to the server, retrieving
  27.           directory information from the server and so on.
  28.  
  29.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  30.           sssseeeerrrrvvvviiiicccceeeennnnaaaammmmeeee
  31.              sssseeeerrrrvvvviiiicccceeeennnnaaaammmmeeee is the name of the service you want to use on
  32.              the server. A service name takes the form
  33.              \\\\\\\\sssseeeerrrrvvvveeeerrrr\\\\sssseeeerrrrvvvviiiicccceeee where sssseeeerrrrvvvveeeerrrr is the netbios name of the
  34.              Lan Manager server offering the desired service and
  35.              sssseeeerrrrvvvviiiicccceeee is the name of the service offered. Thus to
  36.              connect to the service "printer" on the Lan Manager
  37.              server "lanman", you would use the servicename
  38.  
  39.                        \\\\\\\\llllaaaannnnmmmmaaaannnn\\\\pppprrrriiiinnnntttteeeerrrr
  40.  
  41.              Note that the server name required is NOT necessarily the
  42.              host name of the server! The name required is a Lan
  43.              Manager server name, which may or may not be the same as
  44.              the hostname of the machine running the server.
  45.  
  46.              With Samba 1.9.18p4 the server name is looked up
  47.              according to the "name resolve order=" parameter in the
  48.              smb.conf file, allowing an administrator to change the
  49.              order and methods by which server names are looked up.
  50.  
  51.           ppppaaaasssssssswwwwoooorrrrdddd
  52.              ppppaaaasssssssswwwwoooorrrrdddd is the password required to access the specified
  53.              service on the specified server. If supplied, the ----NNNN
  54.              option (suppress password prompt) is assumed.
  55.  
  56.              There is no default password. If no password is supplied
  57.              on the command line (either here or using the ----UUUU option
  58.              (see below)) and ----NNNN is not specified, the client will
  59.              prompt for a password, even if the desired service does
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/26/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  71.  
  72.  
  73.  
  74.              not require one. (If no password is required, simply
  75.              press ENTER to provide a null password.)
  76.  
  77.              Note: Some servers (including OS/2 and Windows for
  78.              Workgroups) insist on an uppercase password. Lowercase or
  79.              mixed case passwords may be rejected by these servers.
  80.  
  81.              Be cautious about including passwords in scripts.
  82.  
  83.           ----RRRR nnnnaaaammmmeeee rrrreeeessssoooollllvvvveeee oooorrrrddddeeeerrrr
  84.  
  85.              This parameter will override the default name resolution
  86.              order of the server listed in the "name resolve order"
  87.              parameter in smb.conf. This is useful to force name
  88.              resolution to take place by a particular method.  This
  89.              command line parameter only exists in Samba 1.9.18p4 and
  90.              above.
  91.  
  92.           ----LLLL
  93.  
  94.              This option allows you to look at what services are
  95.              available on a server. You use it as "smbclient -L host"
  96.              and a list should appear.  The ----IIII option may be useful if
  97.              your netbios names don't match your tcp/ip host names or
  98.              if you are trying to reach a host on another network. For
  99.              example:
  100.  
  101.              smbclient -L ftp -I ftp.microsoft.com
  102.  
  103.              will list the shares available on Microsoft's public
  104.              server.
  105.  
  106.           ----MMMM
  107.  
  108.              This options allows you to send messages, using the
  109.              "WinPopup" protocol, to another computer. Once a
  110.              connection is established you then type your message,
  111.              pressing ^D (control-D) to end.
  112.  
  113.              If the receiving computer is running WinPopup the user
  114.              will receive the message and probably a beep. If they are
  115.              not running WinPopup the message will be lost, and no
  116.              error message will occur.
  117.  
  118.              The message is also automatically truncated if the
  119.              message is over 1600 bytes, as this is the limit of the
  120.              protocol.
  121.  
  122.              One useful trick is to cat the message through ssssmmmmbbbbcccclllliiiieeeennnntttt.
  123.              For example:
  124.  
  125.              cat mymessage.txt | smbclient -M FRED
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/26/98)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  137.  
  138.  
  139.  
  140.              will send the message in the file "mymessage.txt" to the
  141.              machine FRED.
  142.  
  143.              You may also find the ----UUUU and ----IIII options useful, as they
  144.              allow you to control the FROM and TO parts of the
  145.              message.
  146.  
  147.              See the message command section of ssssmmmmbbbb....ccccoooonnnnffff(5) for a
  148.              description of how to handle incoming WinPopup messages
  149.              in Samba.
  150.  
  151.              Note: Copy WinPopup into the startup group on your WfWg
  152.              PCs if you want them to always be able to receive
  153.              messages.
  154.  
  155.           ----EEEE
  156.  
  157.              This parameter, if specified, causes the client to write
  158.              messages to the standard error stream (stderr) rather
  159.              than to the standard output stream.
  160.  
  161.              By default, the client writes messages to standard output
  162.              - typically the user's tty.
  163.  
  164.           ----IIII _I_P _n_u_m_b_e_r
  165.  
  166.              _I_P _n_u_m_b_e_r represents the IP number of the server to
  167.              connect to. It should be specified in standard "a.b.c.d"
  168.              notation.
  169.  
  170.              Normally the client will attempt to locate the specified
  171.              Lan Manager server by looking it up - that is,
  172.              broadcasting a request for the given server to identify
  173.              itself. Using this parameter will force the client to
  174.              assume that the server is on the machine with the
  175.              specified IP number.
  176.  
  177.              There is no default for this parameter. If not supplied,
  178.              it will be determined automatically by the client as
  179.              described above.
  180.  
  181.           ----NNNN
  182.  
  183.              If specified, this parameter suppresses the normal
  184.              password prompt from the client to the user. This is
  185.              useful when accessing a service that does not require a
  186.              password.
  187.  
  188.              Unless a password is specified on the command line or
  189.              this parameter is specified, the client will request a
  190.              password.
  191.  
  192.  
  193.  
  194.  
  195.      Page 3                                         (printed 10/26/98)
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  203.  
  204.  
  205.  
  206.           ----OOOO _s_o_c_k_e_t _o_p_t_i_o_n_s
  207.  
  208.              See the socket options section of ssssmmmmbbbb....ccccoooonnnnffff(5) for
  209.              details.
  210.  
  211.           ----PPPP
  212.  
  213.              If specified, the service requested will be connected to
  214.              as a printer service rather than as a normal filespace
  215.              service. Operations such as put and get will not be
  216.              applicable for such a connection.
  217.  
  218.              By default, services will be connected to as NON-printer
  219.              services.
  220.  
  221.           ----UUUU _u_s_e_r_n_a_m_e
  222.  
  223.              _u_s_e_r_n_a_m_e is the user name that will be used by the client
  224.              to make a connection, assuming your server is running a
  225.              protocol that allows for usernames.
  226.  
  227.              Some servers are fussy about the case of this name, and
  228.              some insist that it must be a valid netbios name.
  229.  
  230.              If no _u_s_e_r_n_a_m_e is supplied, it will default to an
  231.              uppercase version of the environment variable UUUUSSSSEEEERRRR or
  232.              LLLLOOOOGGGGNNNNAAAAMMMMEEEE in that order.  If no _u_s_e_r_n_a_m_e is supplied and
  233.              neither environment variable exists the user name will be
  234.              empty.
  235.  
  236.              If the USER environment variable containts a '%'
  237.              character, everything after that will be treated as a
  238.              password. This allows you to set the environment variable
  239.              to be UUUUSSSSEEEERRRR====uuuusssseeeerrrrnnnnaaaammmmeeee%%%%ppppaaaasssssssswwwwoooorrrrdddd so that a password is not
  240.              passed on the command line (where it may be seen by the
  241.              ps command).
  242.  
  243.              If the service you are connecting to requires a password,
  244.              it can be supplied using the ----UUUU option, by appending a
  245.              percent symbol ("%") then the password to _u_s_e_r_n_a_m_e. For
  246.              example, to attach to a service as user "fred" with
  247.              password "secret", you would specify ----UUUU _f_r_e_d%_s_e_c_r_e_t on
  248.              the command line. Note that there are no spaces around
  249.              the percent symbol.
  250.  
  251.              If you specify the password as part of _u_s_e_r_n_a_m_e then the
  252.              ----NNNN option (suppress password prompt) is assumed.
  253.  
  254.              If you specify the password as a parameter AND as part of
  255.              _u_s_e_r_n_a_m_e then the password as part of _u_s_e_r_n_a_m_e will take
  256.              precedence. Putting nothing before or nothing after the
  257.              percent symbol will cause an empty username or an empty
  258.  
  259.  
  260.  
  261.      Page 4                                         (printed 10/26/98)
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  269.  
  270.  
  271.  
  272.              password to be used, respectively.
  273.  
  274.              Note: Some servers (including OS/2 and Windows for
  275.              Workgroups) insist on an uppercase password. Lowercase or
  276.              mixed case passwords may be rejected by these servers.
  277.  
  278.              Be cautious about including passwords in scripts.
  279.  
  280.           ----dddd _d_e_b_u_g_l_e_v_e_l
  281.  
  282.              debuglevel is an integer from 0 to 5, or the letter 'A'.
  283.  
  284.              The default value if this parameter is not specified is
  285.              zero.
  286.  
  287.              The higher this value, the more detail will be logged to
  288.              the log files about the activities of the client. At
  289.              level 0, only critical errors and serious warnings will
  290.              be logged. Level 1 is a reasonable level for day to day
  291.              running - it generates a small amount of information
  292.              about operations carried out.
  293.  
  294.              Levels above 1 will generate considerable amounts of log
  295.              data, and should only be used when investigating a
  296.              problem. Levels above 3 are designed for use only by
  297.              developers and generate HUGE amounts of log data, most of
  298.              which is extremely cryptic.
  299.  
  300.              If the debuglevel is set to 'A' then the debug level is
  301.              set to the maximum value possible (it stands for debug
  302.              'all').
  303.  
  304.           ----llll _l_o_g _b_a_s_e_n_a_m_e
  305.  
  306.              If specified, _l_o_g _b_a_s_e_n_a_m_e specifies a base filename into
  307.              which operational data from the running client will be
  308.              logged.
  309.  
  310.              The default base name is specified at compile time.
  311.  
  312.              The base name is used to generate actual log file names.
  313.              For example, if the name specified was "log", the
  314.              following files would be used for log data:
  315.  
  316.                 log.client.debug (containing debugging information)
  317.  
  318.                 log.client.in (containing inbound transaction data)
  319.  
  320.                 log.client.out (containing outbound transaction data)
  321.  
  322.              The log files generated are never removed by the client.
  323.  
  324.  
  325.  
  326.  
  327.      Page 5                                         (printed 10/26/98)
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  335.  
  336.  
  337.  
  338.           ----nnnn _n_e_t_b_i_o_s _n_a_m_e
  339.  
  340.              By default, the client will use the local machine's
  341.              hostname (in uppercase) as its netbios name. This
  342.              parameter allows you to override the host name and use
  343.              whatever netbios name you wish.
  344.  
  345.           ----WWWW _w_o_r_k_g_r_o_u_p
  346.  
  347.              Override what workgroup is used for the connection. This
  348.              may be needed to connect to some servers.
  349.  
  350.           ----pppp _p_o_r_t _n_u_m_b_e_r
  351.  
  352.              port number is a positive integer value.
  353.  
  354.              The default value if this parameter is not specified is
  355.              139.
  356.  
  357.              This number is the port number that will be used when
  358.              making connections to the server. The standard (well-
  359.              known) port number for the server is 139, hence the
  360.              default.
  361.  
  362.              This parameter is not normally specified.
  363.  
  364.           ----TTTT _t_a_r _o_p_t_i_o_n_s
  365.  
  366.              where _t_a_r _o_p_t_i_o_n_s consists of one or more of cccc, xxxx, IIII, XXXX,
  367.              bbbb, gggg, NNNN or aaaa; used as:
  368.  
  369.              smbclient \\\\\\\\sssseeeerrrrvvvveeeerrrr\\\\sssshhhhaaaarrrreeee -TcxIXbgNa [ _b_l_o_c_k_s_i_z_e ] [
  370.              _n_e_w_e_r-_f_i_l_e ] _t_a_r_f_i_l_e [ _f_i_l_e_n_a_m_e_s....  ]
  371.  
  372.                 cccc Create a tar file on UNIX. Must be followed by the
  373.                 name of a tar file, tape device or "-" for standard
  374.                 output. (May be useful to set debugging low (----dddd0000)) to
  375.                 avoid corrupting your tar file if using "-"). Mutually
  376.                 exclusive with the xxxx flag.
  377.  
  378.                 xxxx Extract (restore) a local tar file back to a share.
  379.                 Unless the ----DDDD option is given, the tar files will be
  380.                 restored from the top level of the share. Must be
  381.                 followed by the name of the tar file, device or "-"
  382.                 for standard input. Mutually exclusive with the cccc
  383.                 flag.
  384.  
  385.                 IIII Include files and directories. Is the default
  386.                 behaviour when _f_i_l_e_n_a_m_e_s are specified above. Causes
  387.                 tar files to be included in an extract or create (and
  388.                 therefore everything else to be excluded). See example
  389.                 below.  Filename globbing does not work for included
  390.  
  391.  
  392.  
  393.      Page 6                                         (printed 10/26/98)
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  401.  
  402.  
  403.  
  404.                 files for extractions (yet).
  405.  
  406.                 XXXX Exclude files and directories. Causes tar files to
  407.                 be excluded from an extract or create. See example
  408.                 below.  Filename globbing does not work for excluded
  409.                 files (yet).
  410.  
  411.                 bbbb Blocksize. Must be followed by a valid (greater than
  412.                 zero) blocksize.  Causes tar file to be written out in
  413.                 blocksize*TBLOCK (usually 512 byte) blocks.
  414.  
  415.                 gggg Incremental. Only back up files that have the
  416.                 archive bit set. Useful only with the cccc flag.
  417.  
  418.                 NNNN Newer than. Must be followed by the name of a file
  419.                 whose date is compared against files found on the
  420.                 share during a create. Only files newer than the file
  421.                 specified are backed up to the tar file. Useful only
  422.                 with the cccc flag.
  423.  
  424.                 aaaa Set archive bit. Causes the archive bit to be reset
  425.                 when a file is backed up. Useful with the gggg (and cccc)
  426.                 flags.
  427.  
  428.                 EEEExxxxaaaammmmpppplllleeeessss
  429.  
  430.                 smbclient \\mypc\myshare "" -N -Tx backup.tar
  431.  
  432.                 Restore from tar file backup.tar into myshare on mypc
  433.                 (no password on share).
  434.  
  435.                 smbclient \\mypc\myshare "" -N -TXx backup.tar
  436.                 users/docs
  437.  
  438.                 Restore everything except users/docs
  439.  
  440.                 smbclient \\mypc\myshare "" -N -Tc backup.tar
  441.                 users/docs
  442.  
  443.                 Create a tar file of the files beneath users/docs.
  444.  
  445.           ----DDDD _i_n_i_t_i_a_l _d_i_r_e_c_t_o_r_y
  446.  
  447.              Change to initial directory before starting. Probably
  448.              only of any use with the tar (----TTTT) option.
  449.  
  450.           ----cccc _c_o_m_m_a_n_d _s_t_r_i_n_g
  451.  
  452.              command string is a semicolon separated list of commands
  453.              to be executed instead of prompting from stdin.  ----NNNN is
  454.              implied by ----cccc.
  455.  
  456.  
  457.  
  458.  
  459.      Page 7                                         (printed 10/26/98)
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  467.  
  468.  
  469.  
  470.              This is particularly useful in scripts and for printing
  471.              stdin to the server, e.g. -c 'print -'.
  472.  
  473.      OOOOPPPPEEEERRRRAAAATTTTIIIIOOOONNNNSSSS
  474.           Once the client is running, the user is presented with a
  475.           prompt, "smb: \>".  The backslash ("\") indicates the
  476.           current working directory on the server, and will change if
  477.           the current working directory is changed.
  478.  
  479.           The prompt indicates that the client is ready and waiting to
  480.           carry out a user command. Each command is a single word,
  481.           optionally followed by parameters specific to that command.
  482.           Command and parameters are space-delimited unless these
  483.           notes specifically state otherwise. All commands are case-
  484.           insensitive.  Parameters to commands may or may not be case
  485.           sensitive, depending on the command.
  486.  
  487.           You can specify file names which have spaces in them by
  488.           quoting the name with double quotes, for example "a long
  489.           file name".
  490.  
  491.           Parameters shown in square brackets (eg., "[parameter]") are
  492.           optional. If not given, the command will use suitable
  493.           defaults. Parameters shown in angle brackets (eg.,
  494.           "<parameter>") are required.
  495.  
  496.           Note that all commands operating on the server are actually
  497.           performed by issuing a request to the server. Thus the
  498.           behaviour may vary from server to server, depending on how
  499.           the server was implemented.
  500.  
  501.           The commands available are given here in alphabetical order.
  502.  
  503.           ????
  504.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  505.                 [_c_o_m_m_a_n_d]
  506.  
  507.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  508.                 If _c_o_m_m_a_n_d is specified, the ???? command will display a
  509.                 brief informative message about the specified command.
  510.  
  511.                 If no command is specified, a list of available
  512.                 commands will be displayed.
  513.  
  514.           !!!!
  515.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  516.                 [_s_h_e_l_l _c_o_m_m_a_n_d]
  517.  
  518.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  519.                 If _s_h_e_l_l _c_o_m_m_a_n_d is specified, the !!!! command will
  520.                 execute a shell locally and run the specified shell
  521.                 command. If no command is specified, a shell will be
  522.  
  523.  
  524.  
  525.      Page 8                                         (printed 10/26/98)
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  533.  
  534.  
  535.  
  536.                 run.
  537.  
  538.           ccccdddd
  539.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  540.                 [_d_i_r_e_c_t_o_r_y _n_a_m_e]
  541.  
  542.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  543.                 If _d_i_r_e_c_t_o_r_y _n_a_m_e is specified, the current working
  544.                 directory oooonnnn tttthhhheeee sssseeeerrrrvvvveeeerrrr will be changed to the
  545.                 directory specified. This operation will fail if for
  546.                 any reason the specified directory is inaccessible.
  547.  
  548.                 If no directory name is specified, the current working
  549.                 directory oooonnnn tttthhhheeee sssseeeerrrrvvvveeeerrrr will be reported.
  550.  
  551.           ddddeeeellll
  552.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  553.                 <_m_a_s_k>
  554.  
  555.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  556.                 The client will request that the server attempt to
  557.                 delete all files matching _m_a_s_k from the current
  558.                 working directory oooonnnn tttthhhheeee sssseeeerrrrvvvveeeerrrr....
  559.  
  560.           ddddiiiirrrr
  561.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  562.                 <_m_a_s_k>
  563.  
  564.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  565.                 A list of the files matching _m_a_s_k in the current
  566.                 working directory oooonnnn tttthhhheeee sssseeeerrrrvvvveeeerrrr will be retrieved from
  567.                 the server and displayed.
  568.  
  569.           eeeexxxxiiiitttt
  570.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  571.                 None.
  572.  
  573.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  574.                 Terminate the connection with the server and exit from
  575.                 the program.
  576.  
  577.           ggggeeeetttt
  578.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  579.                 <_r_e_m_o_t_e _f_i_l_e _n_a_m_e> [_l_o_c_a_l _f_i_l_e _n_a_m_e]
  580.  
  581.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  582.                 Copy the file called _r_e_m_o_t_e _f_i_l_e _n_a_m_e from the server
  583.                 to the machine running the client. If specified, name
  584.                 the local copy _l_o_c_a_l _f_i_l_e _n_a_m_e. Note that all
  585.                 transfers in ssssmmmmbbbbcccclllliiiieeeennnntttt are binary. See also the
  586.                 lllloooowwwweeeerrrrccccaaaasssseeee command.
  587.  
  588.  
  589.  
  590.  
  591.      Page 9                                         (printed 10/26/98)
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  599.  
  600.  
  601.  
  602.           hhhheeeellllpppp
  603.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  604.                 [_c_o_m_m_a_n_d]
  605.  
  606.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  607.                 See the ???? command above.
  608.  
  609.           llllccccdddd
  610.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  611.                 [_d_i_r_e_c_t_o_r_y _n_a_m_e]
  612.  
  613.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  614.                 If _d_i_r_e_c_t_o_r_y _n_a_m_e is specified, the current working
  615.                 directory oooonnnn tttthhhheeee llllooooccccaaaallll mmmmaaaacccchhhhiiiinnnneeee will be changed to the
  616.                 directory specified. This operation will fail if for
  617.                 any reason the specified directory is inaccessible.
  618.  
  619.                 If no directory name is specified, the name of the
  620.                 current working directory oooonnnn tttthhhheeee llllooooccccaaaallll mmmmaaaacccchhhhiiiinnnneeee will be
  621.                 reported.
  622.  
  623.           lllloooowwwweeeerrrrccccaaaasssseeee
  624.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  625.                 None.
  626.  
  627.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  628.                 Toggle lowercasing of filenames for the ggggeeeetttt and mmmmggggeeeetttt
  629.                 commands.
  630.  
  631.                 When lowercasing is toggled ON, local filenames are
  632.                 converted to lowercase when using the ggggeeeetttt and mmmmggggeeeetttt
  633.                 commands. This is often useful when copying (say)
  634.                 MSDOS files from a server, because lowercase filenames
  635.                 are the norm on UNIX systems.
  636.  
  637.           llllssss
  638.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  639.                 <_m_a_s_k>
  640.  
  641.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  642.                 See the ddddiiiirrrr command above.
  643.  
  644.           mmmmaaaasssskkkk
  645.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  646.                 <_m_a_s_k>
  647.  
  648.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  649.                 This command allows the user to set up a mask which
  650.                 will be used during recursive operation of the mmmmggggeeeetttt
  651.                 and mmmmppppuuuutttt commands.
  652.  
  653.                 The masks specified to the mmmmggggeeeetttt and mmmmppppuuuutttt commands act
  654.  
  655.  
  656.  
  657.      Page 10                                        (printed 10/26/98)
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  665.  
  666.  
  667.  
  668.                 as filters for directories rather than files when
  669.                 recursion is toggled ON.
  670.  
  671.                 The mask specified with the mmmmaaaasssskkkk command is necessary
  672.                 to filter files within those directories. For example,
  673.                 if the mask specified in an mmmmggggeeeetttt command is "source*"
  674.                 _a_n_d the mask specified with the mmmmaaaasssskkkk command is "*.c"
  675.                 _a_n_d recursion is toggled ON, the mmmmggggeeeetttt command will
  676.                 retrieve all files matching "*.c" in all directories
  677.                 below and including all directories matching "source*"
  678.                 in the current working directory.
  679.  
  680.                 Note that the value for _m_a_s_k defaults to blank
  681.                 (equivalent to "*") and remains so until the mmmmaaaasssskkkk
  682.                 command is used to change it. It retains the most
  683.                 recently specified value indefinitely. To avoid
  684.                 unexpected results it would be wise to change the
  685.                 value of _m_a_s_k back to "*" after using the mmmmggggeeeetttt or mmmmppppuuuutttt
  686.                 commands.
  687.  
  688.           mmmmdddd
  689.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  690.                 <_d_i_r_e_c_t_o_r_y _n_a_m_e>
  691.  
  692.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  693.                 See the mmmmkkkkddddiiiirrrr command.
  694.  
  695.           mmmmggggeeeetttt
  696.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  697.                 <_m_a_s_k>
  698.  
  699.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  700.                 Copy all files matching _m_a_s_k from the server to the
  701.                 machine running the client.
  702.  
  703.                 Note that _m_a_s_k is interpreted differently during
  704.                 recursive operation and non-recursive operation -
  705.                 refer to the rrrreeeeccccuuuurrrrsssseeee and mmmmaaaasssskkkk commands for more
  706.                 information. Note that all transfers in ssssmmmmbbbbcccclllliiiieeeennnntttt are
  707.                 binary. See also the lllloooowwwweeeerrrrccccaaaasssseeee command.
  708.  
  709.           mmmmkkkkddddiiiirrrr
  710.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  711.                 <_d_i_r_e_c_t_o_r_y _n_a_m_e>
  712.  
  713.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  714.                 Create a new directory oooonnnn tttthhhheeee sssseeeerrrrvvvveeeerrrr (user access
  715.                 privileges permitting) with the specified name.
  716.  
  717.           mmmmppppuuuutttt
  718.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  719.                 <_m_a_s_k>
  720.  
  721.  
  722.  
  723.      Page 11                                        (printed 10/26/98)
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  731.  
  732.  
  733.  
  734.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  735.                 Copy all files matching _m_a_s_k in the current working
  736.                 directory oooonnnn tttthhhheeee llllooooccccaaaallll mmmmaaaacccchhhhiiiinnnneeee to the current working
  737.                 directory on the server.
  738.  
  739.                 Note that _m_a_s_k is interpreted differently during
  740.                 recursive operation and non-recursive operation -
  741.                 refer to the rrrreeeeccccuuuurrrrsssseeee and mmmmaaaasssskkkk commands for more
  742.                 information. Note that all transfers in ssssmmmmbbbbcccclllliiiieeeennnntttt are
  743.                 binary.
  744.  
  745.           pppprrrriiiinnnntttt
  746.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  747.                 <_f_i_l_e _n_a_m_e>
  748.  
  749.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  750.                 Print the specified file ffffrrrroooommmm tttthhhheeee llllooooccccaaaallll mmmmaaaacccchhhhiiiinnnneeee
  751.                 through a printable service on the server.
  752.  
  753.                 See also the pppprrrriiiinnnnttttmmmmooooddddeeee command.
  754.  
  755.           pppprrrriiiinnnnttttmmmmooooddddeeee
  756.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  757.                 <_g_r_a_p_h_i_c_s _o_r _t_e_x_t>
  758.  
  759.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  760.                 Set the print mode to suit either binary data (such as
  761.                 graphical information) or text. Subsequent pppprrrriiiinnnntttt
  762.                 commands will use the currently set print mode.
  763.  
  764.           pppprrrroooommmmpppptttt
  765.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  766.                 None.
  767.  
  768.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  769.                 Toggle prompting for filenames during operation of the
  770.                 mmmmggggeeeetttt and mmmmppppuuuutttt commands.
  771.  
  772.                 When toggled ON, the user will be prompted to confirm
  773.                 the transfer of each file during these commands. When
  774.                 toggled OFF, all specified files will be transferred
  775.                 without prompting.
  776.  
  777.           ppppuuuutttt
  778.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  779.                 <_l_o_c_a_l _f_i_l_e _n_a_m_e> [_r_e_m_o_t_e _f_i_l_e _n_a_m_e]
  780.  
  781.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  782.                 Copy the file called _l_o_c_a_l _f_i_l_e _n_a_m_e from the machine
  783.                 running the client to the server. If specified, name
  784.                 the remote copy _r_e_m_o_t_e _f_i_l_e _n_a_m_e. Note that all
  785.                 transfers in ssssmmmmbbbbcccclllliiiieeeennnntttt are binary. See also the
  786.  
  787.  
  788.  
  789.      Page 12                                        (printed 10/26/98)
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  797.  
  798.  
  799.  
  800.                 lllloooowwwweeeerrrrccccaaaasssseeee command.
  801.  
  802.           qqqquuuueeeeuuuueeee
  803.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  804.                 None.
  805.  
  806.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  807.                 Displays the print queue, showing the job id, name,
  808.                 size and current status.
  809.  
  810.           qqqquuuuiiiitttt
  811.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  812.                 None.
  813.  
  814.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  815.                 See the eeeexxxxiiiitttt command.
  816.  
  817.           rrrrdddd
  818.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  819.                 <_d_i_r_e_c_t_o_r_y _n_a_m_e>
  820.  
  821.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  822.                 See the rrrrmmmmddddiiiirrrr command.
  823.  
  824.           rrrreeeeccccuuuurrrrsssseeee
  825.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  826.                 None.
  827.  
  828.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  829.                 Toggle directory recursion for the commands mmmmggggeeeetttt and
  830.                 mmmmppppuuuutttt.
  831.  
  832.                 When toggled ON, these commands will process all
  833.                 directories in the source directory (i.e., the
  834.                 directory they are copying _f_r_o_m) and will recurse into
  835.                 any that match the mask specified to the command. Only
  836.                 files that match the mask specified using the mmmmaaaasssskkkk
  837.                 command will be retrieved. See also the mmmmaaaasssskkkk command.
  838.  
  839.                 When recursion is toggled OFF, only files from the
  840.                 current working directory on the source machine that
  841.                 match the mask specified to the mmmmggggeeeetttt or mmmmppppuuuutttt commands
  842.                 will be copied, and any mask specified using the mmmmaaaasssskkkk
  843.                 command will be ignored.
  844.  
  845.           rrrrmmmm
  846.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  847.                 <_m_a_s_k>
  848.  
  849.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  850.                 Remove all files matching _m_a_s_k from the current
  851.                 working directory oooonnnn tttthhhheeee sssseeeerrrrvvvveeeerrrr....
  852.  
  853.  
  854.  
  855.      Page 13                                        (printed 10/26/98)
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  863.  
  864.  
  865.  
  866.           rrrrmmmmddddiiiirrrr
  867.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  868.                 <_d_i_r_e_c_t_o_r_y _n_a_m_e>
  869.  
  870.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  871.                 Remove the specified directory (user access privileges
  872.                 permitting) ffffrrrroooommmm tttthhhheeee sssseeeerrrrvvvveeeerrrr....
  873.  
  874.           ttttaaaarrrr
  875.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss::::
  876.                 <_c|_x>[_I_X_b_g_N_a]
  877.  
  878.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn::::
  879.                 Performs a tar operation - see the ----TTTT command line
  880.                 option above. Behaviour may be affected by the ttttaaaarrrrmmmmooooddddeeee
  881.                 command (see below). Using g (incremental) and N
  882.                 (newer) will affect tarmode settings. Note that using
  883.                 the "-" option with tar x may not work - use the
  884.                 command line option instead.
  885.  
  886.           bbbblllloooocccckkkkssssiiiizzzzeeee
  887.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss
  888.                 <_b_l_o_c_k_s_i_z_e>
  889.  
  890.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn
  891.                 Blocksize. Must be followed by a valid (greater than
  892.                 zero) blocksize.  Causes tar file to be written out in
  893.                 blocksize*TBLOCK (usually 512 byte) blocks.
  894.  
  895.           ttttaaaarrrrmmmmooooddddeeee
  896.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss
  897.                 <_f_u_l_l|_i_n_c|_r_e_s_e_t|_n_o_r_e_s_e_t>
  898.  
  899.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn
  900.                 Changes tar's behaviour with regard to archive bits.
  901.                 In full mode, tar will back up everything regardless
  902.                 of the archive bit setting (this is the default mode).
  903.                 In incremental mode, tar will only back up files with
  904.                 the archive bit set. In reset mode, tar will reset the
  905.                 archive bit on all files it backs up (implies
  906.                 read/write share).
  907.  
  908.           sssseeeettttmmmmooooddddeeee
  909.              PPPPaaaarrrraaaammmmeeeetttteeeerrrrssss
  910.                 <_f_i_l_e_n_a_m_e> <_p_e_r_m=[+|-]_r_s_h_a>
  911.  
  912.              DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn
  913.                 A version of the DOS attrib command to set file
  914.                 permissions. For example,
  915.  
  916.                 setmode myfile +r
  917.  
  918.  
  919.  
  920.  
  921.      Page 14                                        (printed 10/26/98)
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  929.  
  930.  
  931.  
  932.                 would make myfile read only.
  933.  
  934.      NNNNOOOOTTTTEEEESSSS
  935.           Some servers are fussy about the case of supplied usernames,
  936.           passwords, share names (aka service names) and machine
  937.           names. If you fail to connect try giving all parameters in
  938.           uppercase.
  939.  
  940.           It is often necessary to use the ----nnnn option when connecting
  941.           to some types of servers. For example OS/2 LanManager
  942.           insists on a valid netbios name being used, so you need to
  943.           supply a valid name that would be known to the server.
  944.  
  945.           ssssmmmmbbbbcccclllliiiieeeennnntttt supports long file names where the server supports
  946.           the LANMAN2 protocol.
  947.  
  948.      FFFFIIIILLLLEEEESSSS
  949.           Not applicable.
  950.  
  951.      EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT VVVVAAAARRRRIIIIAAAABBBBLLLLEEEESSSS
  952.           UUUUSSSSEEEERRRR
  953.              The variable USER may contain the username of the person
  954.              using the client.  This information is used only if the
  955.              protocol level is high enough to support session-level
  956.              passwords.
  957.  
  958.      IIIINNNNSSSSTTTTAAAALLLLLLLLAAAATTTTIIIIOOOONNNN
  959.           The location of the client program is a matter for
  960.           individual system administrators. The following are thus
  961.           suggestions only.
  962.  
  963.           It is recommended that the client software be installed
  964.           under the /usr/local/samba hierarchy, in a directory
  965.           readable by all, writeable only by root. The client program
  966.           itself should be executable by all. The client should NOT be
  967.           setuid or setgid!
  968.  
  969.           The client log files should be put in a directory readable
  970.           and writable only by the user.
  971.  
  972.           To test the client, you will need to know the name of a
  973.           running Lan manager server. It is possible to run ssssmmmmbbbbdddd (see
  974.           ssssmmmmbbbbdddd(8)) as an ordinary user - running that server as a
  975.           daemon on a user-accessible port (typically any port number
  976.           over 1024) would provide a suitable test server.
  977.  
  978.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  979.           This man page is (mostly) correct for version 1.9.00 of the
  980.           Samba suite, plus some of the recent patches to it. These
  981.           notes will necessarily lag behind development of the client
  982.           software, so it is possible that your version of the client
  983.           has extensions or parameter semantics that differ from or
  984.  
  985.  
  986.  
  987.      Page 15                                        (printed 10/26/98)
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.      SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))    ssssmmmmbbbbcccclllliiiieeeennnntttt 1111....9999....11118888pppp11110000 ((((22220000 AAAAuuuugggg 1111999999998888))))    SSSSMMMMBBBBCCCCLLLLIIIIEEEENNNNTTTT((((1111))))
  995.  
  996.  
  997.  
  998.           are not covered by this man page. Please notify these to the
  999.           address below for rectification.
  1000.  
  1001.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  1002.           ssssmmmmbbbbdddd(8)
  1003.  
  1004.      DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  1005.           [This section under construction]
  1006.  
  1007.           Most diagnostics issued by the client are logged in a
  1008.           specified log file. The log file name is specified at
  1009.           compile time, but may be overridden on the command line.
  1010.  
  1011.           The number and nature of diagnostics available depends on
  1012.           the debug level used by the client. If you have problems,
  1013.           set the debug level to 3 and peruse the log files.
  1014.  
  1015.           Most messages are reasonably self-explanatory.
  1016.           Unfortunately, at time of creation of this man page the
  1017.           source code is still too fluid to warrant describing each
  1018.           and every diagnostic. At this stage your best bet is still
  1019.           to grep the source code and inspect the conditions that gave
  1020.           rise to the diagnostics you are seeing.
  1021.  
  1022.      BBBBUUUUGGGGSSSS
  1023.           None known.
  1024.  
  1025.      CCCCRRRREEEEDDDDIIIITTTTSSSS
  1026.           The original Samba software and related utilities were
  1027.           created by Andrew Tridgell (samba-bugs@samba.anu.edu.au).
  1028.           Andrew is also the Keeper of the Source for this project.
  1029.  
  1030.           See ssssmmmmbbbb....ccccoooonnnnffff(5) for a full list of contributors and details
  1031.           on how to submit bug reports, comments etc.
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.      Page 16                                        (printed 10/26/98)
  1054.  
  1055.  
  1056.  
  1057.